.header_servers {
	height: 50px;
	width: 70%;
	margin: auto;
	margin-top: 15px;
}

.server_1_box {
	position: relative;
}

.server_2_box {
	position: relative;
	margin-right: 170px;
}

.header_image {
	margin-top: 45px;
	height: 270px;
	width: 100%;
	background-image: url("../img/head_gmod.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#btnboxwrap_1, #btnboxwrap_2{
	display: inline-block;
	float: right;
	position: relative;
}

#box_1, #box_2{
	width: 140px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: -160px;
	-border: 3px solid #C4C4C4;
	border-radius:15px;
	background-image: url('../img/servers_desc.png');
	background-repeat: no-repeat;
	background-position: right;
	z-index: 1;
	display: none;
	color: #C4C4C4;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

#hidden_boxwrap_1, #hidden_boxwrap_2{
	height: 150px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 160px;
	margin-top: 10px;
	margin-left: -15px;
}

#hiddenbox_1 {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 38px; 
	border-radius:15px;
	z-index: 1;
	display:none;
	margin-left:20px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

#hiddenbox_2 {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 38px; 
	border-radius:15px;
	z-index: 1;
	display:none;
	margin-left:20px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

#hiddenbox_3 {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 38px;
	border-radius:15px;
	z-index: 1;
	display:none;
	margin-left:20px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}

#boxwrap_1, #boxwrap_2{
	height: 50px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 160px;
	margin-top: 10px;
	margin-left: -15px;
}

#btn_1 {
	background-image: url('../img/button_csgo.png');
	height: 75px;
	width: 75px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}

#btn_2 {
	background-image: url('../img/button_gmod.png');
	height: 75px;
	width: 75px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}

a {
	text-decoration: none;
	color: #c4c4c4;
	font-weight: bold;
}

.head_logo {
	width: 250px;
	margin:auto;
	margin-top: 20px;
}

.head_logo img {
	margin-bottom: 29px;
}